.app-store-box {
    padding-bottom: 30px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;

}
.app-store-head h2 {
    position: relative;
    font-weight: normal;
    text-align: center;
    font-size: 38px;
    color: #fff;
    z-index: 50;
}

.app-store-wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.app-store-list {
    height: 380px;

    margin: 30px 0;
    text-align: justify;
}

.app-store-item {
    position: relative;
    float: left;
    margin-right:30px;
    width: 380px;
    height: 100%;
    background: #fff;
    text-align: center;
    overflow: hidden;
    font-size: 0;
    border-radius: 10px;
}
.app-store-item:hover {
    box-shadow: 0px 1px 17px 5px rgba(156,244,255,0.3);
    -webkit-box-shadow: 0px 1px 17px 5px rgba(156,244,255,0.3);
    -moz-box-shadow: 0px 1px 17px 5px rgba(156,244,255,0.3);
}
.app-store-item:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.app-store-item:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.app-store-item img {
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -moz-transform: scale(1);
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

.app-store-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.app-store-info h3 {
    position: absolute;
    top: 173px;
    width: 100%;
    text-align: center;
    font-size: 23px;
    font-weight: normal;
    color: #fff;
    z-index: 30;
    margin-top: 0 !important;
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.app-go-p{
    width: 80%;
    color: #fff;
    font-size: 15px;
    position: absolute;
    font-weight: normal;
    z-index: 29;
    text-align: left;
    -webkit-transform: translateY(-70px);
    -moz-transform: translateY(-70px);
    transform: translateY(-70px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.app-go-left{
    width: 80%;
    color: #fff;
    font-size: 15px;
    text-align: left;
    position: absolute;
    top: 180px;
    font-weight: normal;
    z-index: 29;
    line-height: 30px;
    -webkit-transform: translateY(200px);
    -moz-transform: translateY(200px);
    transform: translateY(200px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.app-go-left a{
    color: #fff;
}
.app-go-left a:hover{
    color: #fff;
}
.app-store-tag {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120px;
    height: 120px;
    margin: -60px 0 0 -60px;
    background: #333;
    opacity: .9;
    border-radius: 50%;
    z-index: 10;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.rig_icon{
    width: 45px;
    height: 45px;
    color: #fff;
    position: absolute;
    top: 310px;
    left: 230px;
    background-image: url(../images/tubiao.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: 29;
    -webkit-transform: translateY(130px);
    -moz-transform: translateY(130px);
    transform: translateY(130px);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.item01 .app-store-tag {
    background: #006CB4;
}

.item02 .app-store-tag {
    background: #62BD48;
}

.item03 .app-store-tag {
    background: #818181;
}

.item04 .app-store-tag {
    background: #0087fa;
}

.item05 .app-store-tag {
    background: #fcc300;
}

.app-store-list .app-store-item:hover .app-store-tag {
    -webkit-transform: scale(4.7, 4.7);
    -moz-transform: scale(4.7, 4.7);
    transform: scale(4.7, 4.7);
}
.app-store-list .app-store-item:hover .app-go-p {
    -webkit-transform: translateY(95px);
    -moz-transform: translateY(95px);
    transform: translateY(95px);
}
.app-store-list .app-store-item:hover .app-store-info h3{
    -webkit-transform: translate(-105px,-140px);
    -moz-transform: translate(-105px,-140px);
    transform: translate(-105px,-140px);
}
.app-store-list .app-store-item:nth-child(3):hover .app-store-info h3{
    -webkit-transform: translate(-118px,-140px) !important;
    -moz-transform: translate(-118px,-140px) !important;
transform: translate(-118px,-140px) !important;
}
.app-store-list .app-store-item:hover .app-go-left {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
}
/* rig_icon */
.app-store-list .app-store-item:hover .rig_icon {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
.app-store-btn {
    text-align: center;
}

.app-store-btn a {
    display: inline-block;
    border: 1px solid #ff6d01;
    color: #ff6d01;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-size: 20px;
    line-height: 28px;
    padding: 16px 30px;
    border-radius: 60px;
}

.app-store-btn a:hover {
    background-color: #ff6d01;
    color: #fff;
}
.yang_wenhua{
    width: 100%;
    height: 700px;
    padding: 50px 0;
    background: url(../images/Corporate_culture_bg.jpg) no-repeat;
   
    background-attachment: fixed;
    /* background: #000; */
}
.yang_wenhua .title{
	margin-bottom: 40px;
    font-size: 30px;
    color: #fff;
    margin-top: 120px;
    font-weight: bold;
   
}
.yang_wenhua svg{
    margin: 20px 47px 0 47px;
    float: left;
}
.yang_wenhua .yang_content{
  
    float: left;
	display: inline-block;
}
.yang_wenhua box{
	overflow: hidden;
}
.yang_wenhua .yang_content p{
    font-size: 24px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}
.yang_wenhua .yang_content span{
    font-size: 15px;
    color: #fff;
}


/* about-history */
.yang_about-history {
    height: 1200px;
    padding: 64px 106px 0;
    background: url(../images/bg_about_history.jpg) no-repeat center fixed;

}
.yang_about-history .about-title {
    margin-bottom: 25px;
}
.yang_about-history .about-title h3 {
    margin: 0 0 10px;
    font-size: 34px;
    font-weight: 400;
    color: #2c2c2c;
}

.yang_about-history .about-title p {
    margin: 0;
    font-size: 36px;
    font-weight: 300;
    color: #ECECEC;
}

.yang_about-history .title-white h3 {
    color: #fff;
}

.yang_about-history .title-white p {
    color: #fff;
    font-size: 16px;
    display: none;
}

.yang_about-history .about-history-list {
    position: relative;
}

.yang_about-history .about-history-list .flex-viewport {
    padding: 0 31px;
}

.yang_about-history .about-history-list .flex-viewport:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    border-top: 1px solid #C7C7C7;
    content: '';
}

.yang_about-history .about-history-list .slides li {
    text-align: left;
    position: relative;
    width: 253px;
    height: 470px;
    margin-right: 31px;
}

.yang_about-history .about-history-list .slides li .item {
    position: absolute;
    right: -32px;
    bottom: 0;
    left: -32px;
    min-height: 42%;
    padding: 44px 0 0 0;
    background-color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.yang_about-history .about-history-list .slides li .item:before {
    position: absolute;
    top: -49px;
    left: 50%;
    width: 20px;
    height: 20px;
    overflow: hidden;
    margin-left: -10px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(218, 183, 101, .6);
    content: '';
}

.yang_about-history .about-history-list .slides li .item:after {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-left: -6px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: #DAB765;
    content: '';
}

.yang_about-history .about-history-list .slides li:nth-child(even) .item {
    top: 0;
    bottom: auto;
    padding: 0 0 44px;
}

.yang_about-history .about-history-list .slides li:nth-child(even) .item:before {
    top: auto;
    bottom: -49px;
}

.yang_about-history .about-history-list .slides li:nth-child(even) .item:after {
    top: auto;
    bottom: -45px;
}

.yang_about-history .about-history-list .slides li .item:hover {
    background-color: #62BD48;
}

.yang_about-history .about-history-list .slides li .item h3 {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 44px;
    line-height: 44px;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #999999;
    text-align: center;
    background-color: #e2e2e2;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.yang_about-history .about-history-list .slides li .item:hover h3 {
    color: #000;
    background-color: #fff;
}
.yang_about-history .about-history-list .slides li .item:hover {
    opacity: 0.9;

}
.yang_about-history .about-history-list .slides li .item h3:before {
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -9px;
    border-width: 0 9px 18px;
    border-style: solid;
    border-color: transparent transparent #E2E2E2;
    content: '';
}

.yang_about-history .about-history-list .slides li:nth-child(even) .item h3 {
    top: auto;
    bottom: 0;
}

.yang_about-history .about-history-list .slides li:nth-child(even) .item h3:before {
    top: 100%;
    bottom: auto;
    border-width: 18px 9px 0;
    border-color: #E2E2E2 transparent transparent;
}

.yang_about-history .about-history-list .slides li .item .desc {
    line-height: 24px;
    padding: 22px 26px 0;
    font-size: 14px;
    color: #929292;
}

.yang_about-history .about-history-list .slides li .item:hover .desc p{
    color: #ffffff;
}

.yang_about-history .about-history-list .slides li .item .desc p {
    color: #666;
    font-size: 1.45rem;
    margin: 0;
}

.yang_about-history .about-history-list .flex-direction-nav {
    padding: 0;
    margin: 0;
    list-style: none;
}

.yang_about-history .about-history-list .flex-direction-nav a {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 160px;
    line-height: 160px;
    overflow: hidden;
    margin-top: -80px;
    font-size: 50px;
    font-family: simsun;
    color: #ffffff;
    text-align: center;
}

.yang_about-history .about-history-list .flex-direction-nav a.flex-prev {
    left: -48px;
}

.yang_about-history .about-history-list .flex-direction-nav a.flex-next {
    right: -48px;
}

.yang_about-history .about-history-swiper {
    width: 100%;
}

.yang_about-history .about-history-swiper .swiper-slide .item {
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

.yang_about-history .about-history-swiper .swiper-slide .item h3 {
    margin: 0;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    text-align: center;
    color: #666;
    background-color: #e2e2e2;
}

.yang_about-history .about-history-swiper .swiper-slide .item .desc {
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
    color: #929292;
}

.yang_about-history .about-history-swiper .swiper-slide .item .desc p {
    margin: 0;
}

.yang_about-history .about-history-swiper .about-history-pagination {
    position: static;
    margin-top: 10px;
}

.yang_about-history .about-history-swiper .about-history-pagination .swiper-pagination-bullet {
    background: #fff;
}

.yang_about-history .about-history-swiper .about-history-pagination .swiper-pagination-bullet-active {
    background: #C91523;
}

.yang_about-history a {
    color: #414141;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.yang_about-history a:hover {
    text-decoration: none;
}

.yang_about-history .pull-left {
    float: left;
}

.yang_about-history .pull-right {
    float: right;
}

.yang_about-history .pull-none {
    float: none;
}

.yang_about-history .clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: ".";
    font-size: 0;
}

.yang_about-history * html .clearfix {
    zoom: 1;
}

.yang_about-history *:first-child+html .clearfix {
    zoom: 1;
}

.yang_about-history .container {
    width: 980px;
    margin: 0 auto;
}

.yang_about-history img {
    max-width: 100%;
}

.yang_about-history img.full {
    display: block;
    width: 100%;
}

.yang_about-history .list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.yang_about-history .hidden {
    display: none;
}
.banner .box{
    position: relative;
    display: block;
    height: 100%;
}
.banner .box .conb_titlel{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    font-size: 55px;
    line-height: 1.3;
    font-weight: 500;
    text-shadow: 0 0 10px #464646;
    color: #fff;
    min-width: 395px;
}